-- it is only here for your practice and enjoyment
-- note that you can use two dashes in a script to type comments
-- all of the characters following the -- will be interpreted
-- as comments. This is a good way to document your Script.
-- you can now exit this scripting window by clicking on the Ok or
-- the cancel button below
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=142 top=34 right=53 bottom=212
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
global stacklevel
add 1 to stacklevel
set highlite of target to true
push card
set lockscreen to true
go to card "glossary start"
find "menubar"
set lockscreen to false
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=321 top=34 right=55 bottom=410
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
global stacklevel
add 1 to stacklevel
set highlite of target to true
push card
set lockscreen to true
go to card "glossary start"
find "button"
set lockscreen to false
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=184 top=250 right=271 bottom=266
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
global stacklevel
add 1 to stacklevel
set highlite of target to true
push card
set lockscreen to true
go to card "glossary start"
find "stackazine"
set lockscreen to false
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=68 top=267 right=288 bottom=160
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
global stacklevel
add 1 to stacklevel
set highlite of target to true
push card
set lockscreen to true
go to card "glossary start"
find "browse"
set lockscreen to false
end mouseUp
-- part contents for background part 1
----- text -----
Go up to the menubar and choose the button tool from the Tools menu. Now, when you double click on a button you will find a window containing information about that button. One of the buttons in this window is the script button. Click on it and you will be able to see the script for that button.
When you have finished looking at or editing a script, then click the "OK" button on the script window. The following button does nothing. Try opening and reading it's script at this time.
To continue on in "Stackazine" you will need to choose the browse tool from the Tools menu, and turn the page.